By default, any custom theme will be based on the legacy light theme. To use the TriliumNext theme instead, add the #appThemeBase=next attribute onto the existing theme. The appTheme attribute must also be present.

The appThemeBase label can be set to one of the following values:

Overrides

Do note that the TriliumNext theme has a few more overrides than the legacy theme. Due to that, it is recommended to use #trilium-app with a next theme instead of the :root of a legacy theme.

#trilium-app {
	--launcher-pane-background-color: #0d6efd;
}